home *** CD-ROM | disk | FTP | other *** search
- Guess you must read this if you want to recompile Ghostscript.
-
- If you have a Geek Gadget environment: forget it and start from the
- scratch. I used StormC to compile this. StormC does not support
- makefiles.
-
- If you want to rebuild with StormC, please note:
-
- I split it up into several projects:
-
- Amiga.¶ - containing platform specific stuff
- Devices.¶ - containing the devices
- Graphics Library Part 1.¶ - Ghostscript graphics library, part 1
- Graphics Library Part 2.¶ - Ghostscript graphics library, part 2
- Streams.¶ - containing the stream stuff
-
- each of which builds a link library. I did it this way to save
- compiling time after making changes. StormC takes awfully long to
- check dependencies, even when little has changed. After making a
- change, you must rebuild the link library with librarian (double-
- click on the *.lb entry in the project and hit "Build").
-
- And, finally:
-
- Ghostscript 6.50 Amiga.¶
-
- which has the main interpreter code and links it all together.
-
- Adding/removing devices
- -----------------------
- StormC projects do not have the power of makefiles. There's no easy
- way to add or remove devices as with the original makefiles. You
- have to edit gconfig.h by hand. See gconf.c for a little more info.
- Then rebuild part 1 of the graphics lib and link the main program -
- ready.
-